home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / xdme_1.84_src.lha / XDME / include / proto / gtx.h next >
Encoding:
C/C++ Source or Header  |  1994-12-22  |  315 b   |  15 lines

  1. #ifndef PROTO_GTX_H
  2. #define PROTO_GTX_H
  3. #include <exec/types.h>
  4. #ifndef GADTOOLSBOX_GTXBASE_H
  5. #   include <gadtoolsbox/gtxbase.h>
  6. #endif
  7. extern struct GTXBase *GTXBase ;
  8. #ifndef CLIB_GTX_PROTOS_H
  9. #   include <clib/gtx_protos.h>
  10. #endif
  11. #ifndef PRAGMAS_GTX_PRAGMAS_H
  12. #   include <pragmas/gtx_pragmas.h>
  13. #endif
  14. #endif
  15.